home *** CD-ROM | disk | FTP | other *** search
/ Mac Format 1996 October / MacFormat CD Edition MF42 (October 1996).ISO / mac / MacFormat 42 Browser / SOURCES / oReaders__Art_1_24.k < prev    next >
Text File  |  1996-08-07  |  2KB  |  100 lines

  1. object oReaders__Art_1_24 is cDefaultContainer
  2. with
  3.     Binder is oBinder;
  4.     Label is -1;
  5.     Items is [
  6.         oReaders__screen_24_1,
  7.         oBack_button_24_4,
  8.         oNext_Button_24_5,
  9.         oMenu_Button_24_6,
  10.         oreaders1_Picture_24_8
  11.     ];
  12. end;
  13.  
  14.  
  15. object oReaders__screen_24_1 is cPictureHandler
  16. with
  17.     Duration is -1;
  18.     Supplier is oReaders__screen_69_;
  19.     Behavior is cVRBehavior
  20.     has
  21.     with
  22.         Enabled is true; Shown is true; 
  23.         X is 0; Y is 0; Width is 640; Height is 480;
  24.     end;
  25. end;
  26.  
  27.  
  28. object oBack_button_24_4 is cPictureHandler
  29. with
  30.     Duration is -1;
  31.     Supplier is oBack_button_66_;
  32.     Behavior is cVRBehavior
  33.     has
  34.         MouseUp(theTarget, theX, theY)
  35.             do
  36.                 oBinder.Goto(oReaders__Art_5_21);
  37.                 oBinder.Refresh();
  38.                 oBinder.SetTransition(oDissolve, 30);
  39.             end;
  40.         
  41.     with
  42.         Enabled is true; Shown is true; 
  43.         X is 524; Y is 321; Width is 90; Height is 39;
  44.     end;
  45. end;
  46.  
  47.  
  48. object oNext_Button_24_5 is cPictureHandler
  49. with
  50.     Duration is -1;
  51.     Supplier is oNext_Button_67_;
  52.     Behavior is cVRBehavior
  53.     has
  54.         MouseUp(theTarget, theX, theY)
  55.             do
  56.                 oBinder.Goto(oReaders__Art_2_19);
  57.                 oBinder.Refresh();
  58.                 oBinder.SetTransition(oDissolve, 30);
  59.             end;
  60.         
  61.     with
  62.         Enabled is true; Shown is true; 
  63.         X is 523; Y is 241; Width is 90; Height is 39;
  64.     end;
  65. end;
  66.  
  67.  
  68. object oMenu_Button_24_6 is cPictureHandler
  69. with
  70.     Duration is -1;
  71.     Supplier is oMenu_Button_49_;
  72.     Behavior is cVRBehavior
  73.     has
  74.         MouseUp(theTarget, theX, theY)
  75.             do
  76.                 oBinder.Goto(oMain_Menu_2);
  77.                 oBinder.Refresh();
  78.                 oBinder.SetTransition(oDissolve, 30);
  79.             end;
  80.         
  81.     with
  82.         Enabled is true; Shown is true; 
  83.         X is 524; Y is 401; Width is 90; Height is 39;
  84.     end;
  85. end;
  86.  
  87.  
  88. object oreaders1_Picture_24_8 is cPictureHandler
  89. with
  90.     Duration is -1;
  91.     Supplier is oreaders1_Picture_166_;
  92.     Behavior is cVRBehavior
  93.     has
  94.     with
  95.         Enabled is true; Shown is true; 
  96.         X is 33; Y is 141; Width is 450; Height is 299;
  97.     end;
  98. end;
  99.  
  100.